
* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px "微软雅黑", Arial, Tahoma, Helvetica, \5b8b\4f53, sans-serif;
	background-color: #fff !important;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
object,
code,
em,
span,
var,
legend,
button,
input,
textarea,
a,
img,
header,
footer,
nav,
aside,
audio,
datalist,
section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

}

p,
h3,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 16px;
}

/*清除内外边距*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;

}

/*设置默认字体*/

:focus {
	outline: 0;
}

ul,
ol,
ul li,
ol li {
	list-style: none;
}

/*重置列表*/

address,
caption,
cite,
em,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

/*form label {
	cursor: pointer;
}*/

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	outline: none;
}

textarea {
	resize: none
}

input {
	vertical-align: middle;
}

img {
	border: 0;
}

/*重置图片元素*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*重置表格*/

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
	line-height: normal !important;
}

a {
	text-decoration: none;
}

img {
	vertical-align: middle;
}

input {
	_filter: chroma(color=#000000);
}

/*--清除浮动
------------------------------------------------------------------------------------------*/

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.overflow {
	overflow: hidden;
	_zoom: 1;
}

.clear {
	clear: both;
}

.l,
.fl {
	float: left;
}

.r,
.fr {
	float: right;
}

/*省略号*/
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.ellipsis-s {
	display: -webkit-box;
	display: -moz-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ellipsis-ss {
	display: -webkit-box;
	display: -moz-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

a {
	color: #333;
}

button {
	background: none;
	border: none;
}

input {
	border: none;
	outline: none;
}

p {
	font-size: 16px;
	color: #333333;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*去掉下拉箭头*/
	border: none;
	background: none;
}

/*重置元素结束*/


/*公共样式开始*/
.content{
	width: 100%;
}
.container{
	width: 1400px;
	margin: 0 auto;
}


:root{
	--color-red: #ef2a2a;
	--color-yellow: #ffcb15;
	--color-green: #00ba69;
	--color-jyxx: #f55858;
	--color-tcmr: #d07c19;
	--color-zy: #f16a4b;
}
@font-face {
	font-family: 'DYfont';
	src: url('/static/home/text/DouyinSansBold.otf');
}


/* topNav */
.topNav{
	width: 100%;
	background-color: #fff;
	box-shadow: 0 8px 60px rgba(246, 145, 145, .2);
}

.topNav .top{
	height: 40px;
	width: 100% !important;
	background-color: #f1f1f1;
}
.topNav .top ul{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: left;
}
.topNav .top ul li{
	margin-right: 15px;
}
.topNav .top ul li a{
	color: #898989;
}
.topNav .top ul li.active a{
	color: #ef2a2a;
}

.topNav>div{
	display: flex;
	align-items: center;
	justify-content: left;
	width: 1400px;
	margin: 0 auto;
}
.topNav-home img{
	display: block;
	height: 46px;
}
.topNav-nav{
	margin-left: 50px;
	display: flex;
	align-items: center;
}
.topNav-nav li:not(:last-child){
	margin-right: 30px;
}
.topNav-nav a{
	position: relative;
	display: block;
	padding: 0 20px;
	height: 100px;
}
.topNav-nav a p{
	position: relative;
	height: 100%;
	font-size: 18px;
	line-height: 100px;
	text-align: center;
	color: #333;
	z-index: 9;
	transition: all .3s;
}

.topNav-nav a span{
	display: none;
	position: absolute;
	width: 50%;
	height: 5px;
	border-radius: 2.5px;
	background-color: var(--color-red);
	margin: 0  auto; 
	left: 0;
	right: 0;
	bottom: 0;
}
.topNav-nav .topNav-nav-opt span{
	display: block;
}

.topNav-nav i{
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
    font-weight: normal;
    color: var(--color-red);
}

/*.topNav-nav a span{
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	bottom: 0;
	background-image: url('/static/home/img/new/topnav-bg.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: var(--color-red);
	transition: height .3s;
}*/
/*.topNav-nav .topNav-nav-opt a p,
.topNav-nav .opt a p{
	font-weight: bold;
	color: #fff;
}
.topNav-nav .topNav-nav-opt a span,
.topNav-nav .opt a span{
	height: 100%;
}*/


/* footer */
.footer{
	width: 100%;
	background-color: #f9f9f9;
	margin-top: 40px;
	padding-bottom: 60px;
}
.footer>span{
	display: block;
	width: 100%;
	height: 2px;
	background-image: linear-gradient(to right, rgba(239, 42, 42, 0), rgba(239, 42, 42, 1), rgba(239, 42, 42, 0));
}
.footer>div{
	width: 1400px;
	margin: 60px auto 0;
	text-align: center;
}
.footer>div a img{
	height: 40px;
}
.footer>div p{
	font-size: 14px;
	text-align: center;
	color: #999;
	line-height: 1;
	margin-top: 40px;
}
.footer>div p:last-child{
	margin-top: 24px;
}
.footer>div p a{
	color: #222;
}
.footer>div p a:hover{
	color:var(--color-red);
}


/* subtit */
.subtit{
	display: flex;
	align-items: center;
	width: 100%;
}
.subtit-ico{
	display: block;
	height: 24px;
	width: 24px;
	background-image: url('/static/home/img/new/titleico.png');
	background-repeat: no-repeat;
}
.subtit p{
	font-size: 24px;
	font-weight: bold;
	color: #222;
	line-height: 1;
	flex: 1;
	margin-left: 10px;
}
.subtit a{
	display: block;
	font-size: 16px;
	line-height: 1;
	color: #bbb;
}
.subtit a:hover{
	color: var(--color-green);
}
.subtit .more{
	font-size: 14px;
	color: var(--color-green);
}
.subtit .more span{
	font-size: 14px;
	vertical-align: middle;
	margin-right: 6px;
}



/* news img */
.news-img{
	display: block;
	position: relative;
	box-sizing: border-box;
    padding: 24px 30px 24px 24px;
	background-position: right bottom;
    background-repeat: no-repeat;
	transition: all .3s;
}
.news-img p{
	font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin: -6px 0;
    color: #222;
	transition: all .3s;
}
.news-img:hover{
	transform: translateY(-4px);
	box-shadow: 0 4px 10px rgba(0,0,0,.1);
}
.news-img.white p{
	color: #fff;
}
.news-img-date{
	display: block;
	position: absolute;
	left: 24px;
	bottom: 22px;
	font-size: 14px;
	line-height: 1;
	color: #ce9393;
}
.news-img-date span{
	display: block;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 6px;
}
.white .news-img-date{
	color: #fff;
	opacity: .6;
}
.hot-news-img .icon-fire{
	display: block;
	position: absolute;
	right: -5px;
	top: -6px;
	width: 30px;
	height: 28px;
	border-radius: 50%;
	background-color: #fff;
	font-size: 24px;
	line-height: 1;
	text-align: center;
}


/* news list */
.news-list{
    display: flex !important;
    align-items: center;
    box-sizing: border-box;
    padding: 12px 0;
    transition: all .2s;
}
.news-list p{
    font-size: 16px;
    line-height: 1;
    color: #333;
    flex: 1;
    margin-right: 15px;
}
.news-list p span{
    font-weight: bold;
    color: var(--color-yellow);
}
.news-list p .iconfont{
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    font-weight: normal;
    color: var(--color-red);
}
.news-list>span{
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #999;
}
.news-list:hover{
    padding-left: 4px;
}
.news-list:hover p,
.news-list:hover p span{
    color: var(--color-red);
}


/* list-sortDate */
.list-sortDate a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
}
.list-sortDate a p{
	font-size: 16px;
	line-height: 1;
	color: #333;
	flex: 1;
	box-sizing: border-box;
	padding-right: 10px;
	transition: all .2s;
}
.list-sortDate a p span{
	color: var(--color-yellow);
	font-weight: bold;
}
.list-sortDate-date{
	font-size: 14px;
	line-height: 1;
	color: #999;
}
.sort{
	color: var(--color-red);
}
.list-sortDate a:hover p{
	padding-left: 4px;
	color: var(--color-red);
}
.list-sortDate a:hover p span{
	color: var(--color-red) !important;
}


/* list first */
.news-list-first{
	display: block;
	width: 100%;
	padding-bottom: 28px;
	border-bottom: 1px dashed #ddd;
}
.list-first-tit{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 24px;
}
.list-first-tit span{
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 4px;
	background-color: var(--color-jyxx);
	color: #fff;
	text-align: center;
	margin-right: 10px;
}
.list-first-p{
	width: 100%;
	box-sizing: border-box;
	padding: 18px 20px;
	margin-top: 15px;
	border-radius: 0 12px 12px;
	background-color: #f5f5f5;
}
.list-first-p p{
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin: -5px 0;
}
.list-first-p p span{
	color: var(--color-green);
}
.list-first-date{
	margin-top: 15px;
	font-size: 14px;
	line-height: 1;
	color: #999;
}
.list-first-date>span{
	display: inline-block;
	padding-right: 20px;
	border-right: 1px solid #ddd;
	margin-right: 20px;
	color: var(--color-jyxx);
}
.list-first-date>span>span{
	display: inline-block;
	margin-right: 8px;
}
.news-list-first:hover .list-first-tit{
	color: var(--color-jyxx);
}


/* 热门问答 */
.rmwd{
	width: 100%;
	margin-top: 60px;
}
.rmwd-ul{
	display: none;
	width: 100%;
	margin-top: 40px;
}
.rmwd-ul:nth-child(2){
	display: block;
}
.rmwd-li{
	float: left;
	width: 264px;
	margin-right: 20px;
	background-color: #f5f5f5;
	border-radius: 12px;
	transition: all .2s;
}
.rmwd-li:nth-child(5n){
	margin-right: 0;
}
.rmwd-li:nth-child(n+6){
	margin-top: 50px;
}
.rmwd-li:hover{
	transform: translateY(-4px);
}
.rmwd-li-img{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 244px;
	height: 169px;
	margin: -20px auto 0;
	border-radius: 10px;
	overflow: hidden;
}
.rmwd-li-img>img{
	display: block;
	transition: all .3s;
}
.rmwd-li-img:hover>img{
	transform: scale(1.06);
}
.rmwd-li-txt{
	box-sizing: border-box;
	padding: 24px 20px 30px;
}
.rmwd-li-txt>h2{
	font-size: 18px;
	font-weight: bold;
	color: #222;
	line-height: 1;
}
.rmwd-li-txt>p{
	font-size: 14px;
	line-height: 1;
	color: #999;
	margin-top: 20px;
}
.rmwd-li-btn{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 24px;
}
.rmwd-li-btn>a:first-child{
	display: block;
	width: 124px;
	height: 36px;
	border-radius: 6px;
	background-color: var(--color-tcmr);
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	color: #fff;
}
.rmwd-li-btn .dianzan{
	width: 94px;
	height: 36px;
	box-sizing: border-box;
	background-color: transparent;
	border: 1px solid var(--color-tcmr);
	border-radius: 6px;
	margin: 0;
}
.rmwd-li-btn .dianzan span{
	color: var(--color-tcmr);
}
.rmwd-li-btn .dianzan:hover,
.rmwd-li-btn .dianzan.true{
    background-color: var(--color-tcmr);
}
.rmwd-li-btn .dianzan:hover span,
.rmwd-li-btn .dianzan.true span{
    color: #fff;
}



/* 点赞按钮 */
.dianzan{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 15px;
    border-radius: 6px;
    background-color: rgba(239,42,42,.06);
    margin-right: 20px;
}
.dianzan span{
    display: block;
    font-size: 14px;
    line-height: 1;
    color: var(--color-red);
}
.dianzan span:first-child{
    margin-right: 8px;
}
.dianzan:hover,
.dianzan.true{
    background-color: var(--color-red);
}
.dianzan:hover span,
.dianzan.true span{
    color: #fff;
}




/* 底部导航 */
.btmNav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1400px;
    margin: 80px auto 0;
}
.btmNav a{
    display: block;
    flex: 1;
}
.btmNav-ico{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url('/static/home/img/new/navico.png');
    background-repeat: no-repeat;
}
.btmNav a p{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    text-align: center;
    margin-top: 20px;
}
.btmNav a>span{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: var(--color-red);
    margin-top: 12px;
}
.btmNav a:hover .btmNav-ico{
    background-position-y: -100px;
}
.btmNav a:hover p{
    color: var(--color-red);
}



/* 面包屑 */
.crumbs{
	display: flex;
	align-items: center;
	width: 1400px;
	margin: 30px auto 0;
	font-size: 14px;
	line-height: 1;
	color: #ddd;
}
.crumbs>span{
	display: block;
	margin-right: 8px;
	color: #ffc0c0;
}
.crumbs>a{
	color: #666;
}
.crumbs>a:hover{
	color: var(--color-red);
}



/*友情链接*/
.yqLink{
	width: 1400px;
	margin: 80px auto 0;
}
.yqLink>h2{
	width: 630px;
	margin: 0 auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	color: #222;
}
.yqLink-list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.yqLink-list a{
	display: block;
	margin: 24px 20px 0;
	font-size: 14px;
	line-height: 1;
	color: #bbb;
}
.yqLink-list a:hover{
	color: var(--color-red);
}
.yqLink-list p{
	margin: 24px 20px 0;
	font-size: 14px;
	line-height: 1;
	color: var(--color-red);
}